Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes.Serialization Namespace / SerializerLog Class / FindLastIndex Method / FindLastIndex(Int32,Int32,Predicate<SerializerLogItem>) Method

In This Topic
    FindLastIndex(Int32,Int32,Predicate<SerializerLogItem>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindLastIndex( _
       ByVal startIndex As System.Integer, _
       ByVal count As System.Integer, _
       ByVal match As System.Predicate(Of SerializerLogItem) _
    ) As System.Integer
    public System.int FindLastIndex( 
       System.int startIndex,
       System.int count,
       System.Predicate<SerializerLogItem> match
    )

    Parameters

    startIndex
    count
    match
    See Also